(xml-get-attribute-or-nil): Doc fix.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:58:57 +0000 (12:58 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:58:57 +0000 (12:58 +0000)
lisp/xml.el

index 72ffa43dcc94323153bbe61f540ebbd0797a53db..dbd991f5583945caa2ae14d0d38456404ae97504 100644 (file)
@@ -106,7 +106,7 @@ CHILD-NAME should be a lower case symbol."
 
 (defun xml-get-attribute-or-nil (node attribute)
   "Get from NODE the value of ATTRIBUTE.
-nil is returned if the attribute was not found.
+Return `nil' if the attribute was not found.
 
 See also `xml-get-attribute'."
   (when (xml-node-attributes node)